home *** CD-ROM | disk | FTP | other *** search
- -- background: 2642 from stack: in
- -- bmap block id: 2051
- -- flags: 0000
- -- background id: 0
- -- name:
-
-
- -- part 3 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=15 top=57 right=83 bottom=294
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 2
- -- text size: 18
- -- style flags: 1280
- -- line height: 24
- -- part name: Subject
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=375 top=255 right=294 bottom=415
- -- title width / last selected line: 0
- -- icon id / first selected line: 26425 / 26425
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next
- ----- HyperTalk script -----
- on mouseUp
- visual effect wipe left fast
- go to next card
- end mouseUp
-
-
-
- -- part 4 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=55 top=90 right=327 bottom=308
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 10
- -- style flags: 0
- -- line height: 13
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- get item 2 of the clickLoc
- subtract item 2 of the rect of field 2 from it
- divide it by the textHeight of field 2
- get trunc(it)
- if (it < 0) or (it > 16) then exit mouseUp
- put it into card field 1
- send closeField to card field 1
- end mouseUp
-
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=375 top=212 right=251 bottom=415
- -- title width / last selected line: 0
- -- icon id / first selected line: 902 / 902
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Previous
- ----- HyperTalk script -----
- on mouseUp
- visual effect wipe right fast
- go to previous card
- end mouseUp
-
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 8000
- -- rect: left=425 top=207 right=254 bottom=488
- -- title width / last selected line: 0
- -- icon id / first selected line: 17481 / 17481
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Index of help
- ----- HyperTalk script -----
- on mouseUp
- visual effect dissolve fast
- go to first card
- end mouseUp
-
-
-
- -- part 8 (button)
- -- low flags: 00
- -- high flags: 8000
- -- rect: left=433 top=255 right=300 bottom=479
- -- title width / last selected line: 0
- -- icon id / first selected line: 29114 / 29114
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Quit help
- ----- HyperTalk script -----
- on mouseUp
- visual effect iris close fast
- pop card
- end mouseUp
-
-